func net/http.http2writeWithByteTimeout
3 uses
net/http (current package)
h2_bundle.go#L3794: return http2writeWithByteTimeout(w.group, w.conn, w.byteTimeout, p)
h2_bundle.go#L3800: func http2writeWithByteTimeout(group http2synctestGroupInterface, conn net.Conn, timeout time.Duration, p []byte) (n int, err error) {
h2_bundle.go#L7975: n, err = http2writeWithByteTimeout(sew.group, sew.conn, sew.timeout, p)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)